InAppConfig
@Serializable
Since
8.2.0
Parameters
optOutActivities
list of class names for Activities on which in-app should not be shown.
isShowInAppInNewActivityEnabled
If true, SDK does not directly attach the in-app to the application's activity. The default value of this flag is false.
Constructors
Link copied to clipboard
constructor(optOutActivities: List<String> = INAPP_CONFIG_DEFAULT_INAPP_OPT_OUT_ACTIVITIES, isShowInAppInNewActivityEnabled: Boolean = INAPP_CONFIG_DEFAULT_ADDITIONAL_ACTIVITY_STATE)
InApp Configuration Object with optOutActivities and isShowInAppInNewActivityEnabled
Properties
Link copied to clipboard
If true, SDK does not directly attach the in-app to the application's activity. The default value of this flag is false.
Link copied to clipboard
List of class names for activities which extends AppCompatActivity